home *** CD-ROM | disk | FTP | other *** search
- /*ScianRepobjFunctions.h
- Eric Pepke
- 10 August 1993
-
- External stuff for ScianRepobjFunctions
- */
-
- /*Window repobj functions*/
- #define RF_SAVEPALETTE "Save Palette..." /*Save a repobj's palette*/
- #define RF_KEEPPALETTE "Keep Changes"
- #define RF_REVERTPALETTE "Revert to Original"
-
- #ifdef PROTO
- void InitRepobjFunctions(void);
- void KillRepobjFunctions(void);
- Bool RepobjFunctionScriptLine(char *);
- #else
- void InitRepobjFunctions();
- void KillRepobjFunctions();
- Bool RepobjFunctionScriptLine();
- #endif
-